-
-
print
- Details Order
- Code : {{order.code}}
- Buyer Name
- :
- {{order.buyer}}
- Email
- :
- {{order.email}}
- Phone
- :
- {{order.phone}}
- Address
- :
- {{order.address}}
- Shipping
- :
- {{order.shipping}} ({{order.shipping_rate}} {{conf_currency}})
- Shipping Location
- :
- {{order.shipping_location}}
- Date Shipping
- :
- {{order.date_ship | date:'dd MMMM yyyy'}}
- Payment Status
- :
-
UNKNOWN
{{order.payment_status}}
- Payment
- :
-
UNKNOWN
{{order.payment}}
- Status
- :
-
{{order.status}}
{{order.status}}
{{order.status}}
- Total Fees
- :
- {{order.total_fees}} {{conf_currency}}
- Created At
- :
- {{order.created_at | date:'hh.mm, dd MMMM yyyy'}}
- Last Update
- :
- {{order.last_update | date:'hh.mm, dd MMMM yyyy'}}
- Comment
- :
- {{order.comment}}
- Serial
- :
- {{order.serial}}
List Product Order :
- No.
- Product
- Price Item
- Amount
- Price Total
- {{$index+1}}
- {{pod.product_name}}
- {{pod.price_item}}
- {{pod.amount}}
- {{getPriceTotal(pod)}} {{conf_currency}}
- Sub Total
- {{sub_total_formatted}} {{conf_currency}}
- Tax * ({{order.tax}} %)
- {{price_tax_formatted}} {{conf_currency}}
- Shipping
- {{shipping_rate_formatted}} {{conf_currency}}
- Total
-
{{total}} {{conf_currency}}
* This tax may different with your current tax, this tax calculate when buyer submit order